home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-20 | 622 b | 23 lines | [TEXT/CWIE] |
- // SVAEGetDataSize.h
- //
- // 7Edit 3.1d1. Original version by Jon Lansdell and Nigel Humphreys.
- // 3.1 updates by Greg Sutton.
- // ©Apple Computer Inc 1995, all rights reserved.
-
- #ifndef __SVAECLONE__
- #define __SVAECLONE__
-
- #include <AppleEvents.h>
- #include <AEObjects.h>
- #include <AERegistry.h>
-
- #include "SVToken.h"
-
- pascal OSErr DoGetDataSize(const AppleEvent *theAppleEvent, AppleEvent *reply, long refcon);
-
- OSErr GetDataSizeTextToken(TextToken* theToken, AEDesc* result);
- OSErr GetDataSizeTextDesc(AEDesc* textDesc, AEDesc* result);
- OSErr GetDataSizeDesc(AEDesc* aDesc, DescType reqType, AEDesc* result);
-
- #endif
-